summaryrefslogtreecommitdiff
path: root/app/[lng]/procurement/(procurement)/pq-criteria/page.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 06:23:58 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-09 06:23:58 +0000
commitccca806e803baf87bbc97cb2c49b0065673b7a6b (patch)
tree80f32877637644125c6d404783b7349f42500876 /app/[lng]/procurement/(procurement)/pq-criteria/page.tsx
parentd23e59b405b0be567592ce967793356d1b11d559 (diff)
(최겸) 한글화 및 구매 excel 기준 용어 변경, description 주석처리
Diffstat (limited to 'app/[lng]/procurement/(procurement)/pq-criteria/page.tsx')
-rw-r--r--app/[lng]/procurement/(procurement)/pq-criteria/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/procurement/(procurement)/pq-criteria/page.tsx b/app/[lng]/procurement/(procurement)/pq-criteria/page.tsx
index 7785b541..4d2f2d0c 100644
--- a/app/[lng]/procurement/(procurement)/pq-criteria/page.tsx
+++ b/app/[lng]/procurement/(procurement)/pq-criteria/page.tsx
@@ -34,11 +34,11 @@ export default async function IndexPage(props: IndexPageProps) {
<div className="flex items-center justify-between">
<div>
<h2 className="text-2xl font-bold tracking-tight">
- Pre-Qualification Check Sheet
+ PQ 항목 관리
</h2>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
협력업체 등록을 위한, 협력업체가 제출할 PQ 항목을 관리할 수 있습니다.
- </p>
+ </p> */}
</div>
<ProjectSelectorWrapper />
</div>